mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
|
# input conversion (accept comma acuted letters also with cedilla,
|
||
|
# as de facto replacement of the Romanian standard)
|
||
|
SET UTF-8
|
||
|
|
||
|
ICONV 4
|
||
|
ICONV ş ș
|
||
|
ICONV ţ ț
|
||
|
ICONV Ş Ș
|
||
|
ICONV Ţ Ț
|
||
|
|