Displaying 2 results from an estimated 2 matches for "fromutf8".
Did you mean:
  from_utf8
  
2000 Dec 30
1
selecting driver for ao
I added a couple of functions to my copy of ao.
int ao_get_driver_count(void);
const char * ao_get_driver_name(int index);
With these, I can get a list of drivers and give the user a choice
by using radio buttons, e.g.
[ ] alsa
[*] oss
[ ] esd
[ ] null
[ ] wav
This is a lot nicer than just asking them to enter the name of
the driver.
Here's the code I added to audio_out.c:
const char *
2023 Jul 06
0
njs-0.8.0
...nt.
        This change breaks compatibility with C extension for njs
        requiring to modify the code.
     *) Change: non-compliant deprecated String methods were removed.
         The following methods were removed: String.bytesFrom(),
         String.prototype.fromBytes(), String.prototype.fromUTF8(),
         String.prototype.toBytes(), String.prototype.toUTF8(),
         String.prototype.toString(encoding).
     *) Change: removed support for building with GNU readline.
     *) Feature: added Array.from(), Array.prototype.toSorted(),
         Array.prototype.toSpliced(), Array.prototype.t...