Am Sonntag, 7. Februar 2016, 11:19:48 schrieb Ralph Corderoy: > Hi, > > Heinz-Jürgen wrote: > > > After years being happy with German text in latin1 or latin15 I have > > > to set some words for Romanian City names. > > Some background, having looked into it, that might interest others. ISO > 8859's pages didn't sufficiently cover Romanian until ISO 8859-16 was > added quite late on, e.g. ț is byte 254. Unicode, of course, has runes > for ț, etc., without resorting to combining characters. > https://en.wikipedia.org/wiki/Romanian_alphabet#Digital_typography > > Cheers, Ralph.
I looked at KDE kcharselect ----------------- Zeichen: ţ U+0163 Name: LATIN SMALL LETTER T WITH CEDILLA Anmerkungen und Querverweise Notizen: Semitic transliteration, ... the character ț U+021B LATIN SMALL LETTER T WITH COMMA BELOW should be used instead for Romanian Siehe auch: ț U+021B LATIN SMALL LETTER T WITH COMMA BELOW Entsprechungen: t U+0074 LATIN SMALL LETTER T ̧ U+0327 COMBINING CEDILLA Allgemeine Zeichen-Eigenschaften Block: Latin (Erweiterung-A) Unicode-Kategorie: Buchstabe, Kleinschreibung Verschiedene nützliche Repräsentationen UTF-8: 0xC5 0xA3 UTF-16: 0x0163 C oktal dargestelltes UTF-8: \305\243 XML-Dezimal-Entität: ţ --------------------- but as it says: LATIN SMALL LETTER T WITH COMMA BELOW should be used instead for Romania --------------------- Zeichen: ț U+021B Name: LATIN SMALL LETTER T WITH COMMA BELOW Anmerkungen und Querverweise Notizen: Romanian Siehe auch: ţ U+0163 LATIN SMALL LETTER T WITH CEDILLA Entsprechungen: t U+0074 LATIN SMALL LETTER T ̦ U+0326 COMBINING COMMA BELOW Allgemeine Zeichen-Eigenschaften Block: Latin (Erweiterung-B) Unicode-Kategorie: Buchstabe, Kleinschreibung Verschiedene nützliche Repräsentationen UTF-8: 0xC8 0x9B UTF-16: 0x021B C oktal dargestelltes UTF-8: \310\233 XML-Dezimal-Entität: ț ------------------------------ Heinz