mirror of https://github.com/nocodb/nocodb
Ramesh Mane
1 day ago
5 changed files with 41 additions and 5 deletions
@ -0,0 +1,35 @@
|
||||
export const charsetOptions = [ |
||||
{ label: 'Unicode (UTF-8)', value: 'utf-8' }, |
||||
{ label: 'Arabic (ISO-8859-6)', value: 'iso-8859-6' }, |
||||
{ label: 'Arabic (Windows-1256)', value: 'windows-1256' }, |
||||
{ label: 'Baltic (ISO-8859-4)', value: 'iso-8859-4' }, |
||||
{ label: 'Baltic (windows-1257)', value: 'windows-1257' }, |
||||
{ label: 'Celtic (ISO-8859-14)', value: 'iso-8859-14' }, |
||||
{ label: 'Central European (ISO-8859-2)', value: 'iso-8859-2' }, |
||||
{ label: 'Central European (Windows-1250)', value: 'windows-1250' }, |
||||
{ label: 'Chinese, Simplified (GBK)', value: 'gbk' }, |
||||
{ label: 'Chinese (GB18030)', value: 'gb18030' }, |
||||
{ label: 'Chinese Traditional (Big5)', value: 'big5' }, |
||||
{ label: 'Cyrillic (KOI8-R)', value: 'koi8-r' }, |
||||
{ label: 'Cyrillic (KOI8-U)', value: 'koi8-u' }, |
||||
{ label: 'Cyrillic (ISO-8859-5)', value: 'iso-8859-5' }, |
||||
{ label: 'Cyrillic (Windows-1251)', value: 'windows-1251' }, |
||||
{ label: 'Cyrillic Mac OS (x-mac-cyrillic)', value: 'x-mac-cyrillic' }, |
||||
{ label: 'Greek (ISO-8859-7)', value: 'iso-8859-7' }, |
||||
{ label: 'Greek (Windows-1253)', value: 'windows-1253' }, |
||||
{ label: 'Hebrew (ISO-8859-8)', value: 'iso-8859-8' }, |
||||
{ label: 'Hebrew (Windows-1255)', value: 'windows-1255' }, |
||||
{ label: 'Japanese (EUC-JP)', value: 'euc-jp' }, |
||||
{ label: 'Japanese (ISO-2022-JP)', value: 'iso-2022-jp' }, |
||||
{ label: 'Japanese (Shift-JIS)', value: 'shift-jis' }, |
||||
{ label: 'Korean (EUC-KR)', value: 'euc-kr' }, |
||||
{ label: 'Macintosh', value: 'macintosh' }, |
||||
{ label: 'Nordic (ISO-8859-10)', value: 'iso-8859-10' }, |
||||
{ label: 'South-Eastern European (ISO-8859-16)', value: 'iso-8859-16' }, |
||||
{ label: 'Thai (Windows-874)', value: 'windows-874' }, |
||||
{ label: 'Turkish (Windows-1254)', value: 'windows-1254' }, |
||||
{ label: 'Vietnamese (Windows-1258)', value: 'windows-1258' }, |
||||
{ label: 'Western European (ISO-8859-1)', value: 'iso-8859-1' }, |
||||
{ label: 'Western European (Windows-1252)', value: 'windows-1252' }, |
||||
{ label: 'Latin 3 (ISO-8859-3)', value: 'iso-8859-3' }, |
||||
]; |
Loading…
Reference in new issue