>>>>> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:
Jose'> Hi, the following patch adds support for a fictitious file
Jose'> format called 249 which has the property that file encoding is
Jose'> utf-8.
@@ -0,0 +1,127 @@
+lang = {'afrikaans': ['afrikaans', 'Afrikaans', 'false', 'iso8859-1', 'af_ZA',
''],
Do we want to replicate lib/language in lyx2lyx? This opens the door
to cut and paste errors...
... like this one:
+ 'bulgarian': ['bulgarian',
+ 'Bulgarian',
+ 'false',
+ 'alse',
+ 'cp1251',
+ 'bg_BG',
+ ''],
JMarc