For non-fixed char length there's nothing better than UTF8 (default ASCII compatible, ready for any future alphabets,..). For fixed-char length (fast string operations etc) also there's nothing better than UCS-2 (the Earth coverage ) & UCS-4 (the galaxy coverage). The non-fixed char length UTF-16 (UCS-2 + surrogate pairs) looks less efficient than UTF-8 almost from any look point. ============== It assumes having FPC RTL optimized string functions for UTF-8 ( rudimental nowadays - via conversion procedures), UCS-2 (not all functions nowadays) & UCS-4 (none nowadays). _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
- Re: [fpc-devel] Unicode resource strings Marco van de Voort
- Re: [fpc-devel] Unicode resource strings Graeme Geldenhuys
- Re: [fpc-devel] Unicode resource strings Marco van de Voort
- Re: [fpc-devel] Unicode resource strings Jonas Maebe
- Re: [fpc-devel] Unicode resource strings Hans-Peter Diettrich
- Re: [fpc-devel] Unicode resource strings Mattias Gaertner
- Re: [fpc-devel] Unicode resource strings Martin Schreiber
- Re: [fpc-devel] Unicode resource strings Hans-Peter Diettrich
- Re: [fpc-devel] Unicode resource strings Mattias Gaertner
- Re: [fpc-devel] Unicode resource strings Ivanko B
- Re: [fpc-devel] Unicode resource strings Ivanko B
- Re: [fpc-devel] Unicode resource strings Martin Schreiber
- Re: [fpc-devel] Unicode resource strings Ivanko B
- Re: [fpc-devel] Unicode resource strings Aleksa Todorovic
- Re: [fpc-devel] Unicode resource strings Hans-Peter Diettrich
- Re: [fpc-devel] Unicode resource strings Graeme Geldenhuys
- Re: [fpc-devel] Unicode resource strings Martin Schreiber
- Re: [fpc-devel] Unicode resource strings Graeme Geldenhuys
- Re: [fpc-devel] Unicode resource strings Aleksa Todorovic
- Re: [fpc-devel] Unicode resource strings Mattias Gaertner
- Re: [fpc-devel] Unicode resource strings Aleksa Todorovic
