Discussion:
[Portaudio] portaudio windows build - unicode versus multibyte char set versus not char set specified
Stephane Poirier
2018-11-11 16:10:34 UTC
Permalink
Hi All,

Can portaudio library be built seemlessly specifying unicode char set or
multibyte char set?

I am asking the pros before trying.

Steph
--
Stephane Poirier, Founder
OIFII.ORG
3532 rue Sainte-Famille, Suite 3
Montreal, Quebec, H2X 2L1
Canada
https://www.oifii.org
***@oifii.org
+1(514)500-1449


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
Dennis Towne
2018-11-12 20:28:24 UTC
Permalink
AFAIK portaudio works on raw byte data, so the question isn't applicable.
Post by Stephane Poirier
Hi All,
Can portaudio library be built seemlessly specifying unicode char set or
multibyte char set?
I am asking the pros before trying.
Steph
--
Stephane Poirier, Founder
OIFII.ORG
3532 rue Sainte-Famille, Suite 3
Montreal, Quebec, H2X 2L1
Canada
https://www.oifii.org
+1(514)500-1449
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
Portaudio mailing list
https://lists.columbia.edu/mailman/listinfo/portaudio
Ross Bencina
2018-11-13 05:24:40 UTC
Permalink
Dennis: The question is very applicable. It relates to how PortAudio
marshals device names.

Steph: In principle it should be "seamless" but I don't think you can
necessarily expect it to be bug-free with configurations other than
those used in the shipped build files (e.g. cmake and msvs project file).

In general, PortAudio aims to deliver UTF-8 device names to the client
irrespective of the build settings.

Ross.
Post by Dennis Towne
AFAIK portaudio works on raw byte data, so the question isn't applicable.
On Sun, Nov 11, 2018 at 8:11 AM Stephane Poirier
Hi All,
Can portaudio library be built seemlessly specifying unicode char set or
multibyte char set?
I am asking the pros before trying.
Steph
Dennis Towne
2018-11-13 12:44:59 UTC
Permalink
I stand corrected; that hadn't occurred to me, and I didn't remember seeing
options for it the last time I set up the build system. Learn something
new every day.

Thanks.
Post by Ross Bencina
Dennis: The question is very applicable. It relates to how PortAudio
marshals device names.
Steph: In principle it should be "seamless" but I don't think you can
necessarily expect it to be bug-free with configurations other than
those used in the shipped build files (e.g. cmake and msvs project file).
In general, PortAudio aims to deliver UTF-8 device names to the client
irrespective of the build settings.
Ross.
Post by Dennis Towne
AFAIK portaudio works on raw byte data, so the question isn't applicable.
On Sun, Nov 11, 2018 at 8:11 AM Stephane Poirier
Hi All,
Can portaudio library be built seemlessly specifying unicode char set or
multibyte char set?
I am asking the pros before trying.
Steph
_______________________________________________
Portaudio mailing list
https://lists.columbia.edu/mailman/listinfo/portaudio
Loading...