search for: flac_set_utf_mod

Displaying 3 results from an estimated 3 matches for "flac_set_utf_mod".

Did you mean: flac_set_utf_mode
2013 Apr 01
0
flac 1.3.0pre3 pre-release
...> it as it could in theory access wrong files. Granted, it would > require having some rather weird names for files but it's still a > possibility. > Another option is to have a flag in the library, which can be changed at runtime (by calling a special library function, say, "flac_set_utf_mode()"). If that flag is set, assume strings to be in UTF-8. Otherwise assume them to be in local codepage. You can still have 2 different builds (UTF-8 one and normal one), they will just use different default values for that flag. Official frontends will know to call flac_set_utf_mode(), and...
2013 Apr 05
1
flac 1.3.0pre3 pre-release
...eory access wrong files. Granted, it would >> require having some rather weird names for files but it's still a >> possibility. >> > Another option is to have a flag in the library, which can be changed > at runtime (by calling a special library function, say, > "flac_set_utf_mode()"). If that flag is set, assume strings to be in > UTF-8. Otherwise assume them to be in local codepage. > > You can still have 2 different builds (UTF-8 one and normal one), they > will just use different default values for that flag. > > Official frontends will know to ca...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all, The latest pre-release is here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz but there will probably need to be at least one more. I've tested this on x86_64-linux powerpc-linux i386-openbsd5.2 i386-freebsd9 The majority of changes since the last pre-release is the addition of Janne Hyv?rinen's utf8 I/O functionality. Janne's