Jump to content

database equivalent


speciesbeing

Recommended Posts

Hello!  :)

 

I want to ask you one quick question. What is the database equivalent of ISO-8859-5 ?

 

Here are some examples with their equivalents:

 

// Chinese-traditional.
	'big5' => 'big5',
	// Chinese-simplified.
	'gbk' => 'gbk',
	// West European.
	'ISO-8859-1' => 'latin1',
	// Romanian.
	'ISO-8859-2' => 'latin2',
	// Turkish.
	'ISO-8859-9' => 'latin5',
	// Thai.
	'tis-620' => 'tis620',
	// Persian, Chinese, etc.
	'UTF-8' => 'utf8',
	// Russian.
	'windows-1251' => 'cp1251',
	// Greek.
	'windows-1253' => 'utf8',
	// Hebrew.
	'windows-1255' => 'utf8',
	// Arabic.
	'windows-1256' => 'cp1256',

 

Thank you.

Link to comment
Share on other sites

Please refer to following link:

 

http://mysql2.mirrors-r-us.net/doc/refman/5.1/en/charset-cyrillic-sets.html

 

try for "cp1251"....

 

also refer to ...

 

http://www.firebirdsql.org/index.php?op=doc&id=fb_1_5_charsets

 

35

 

ISO8859_5

 

 

1

 

 

ISO8859_5

 

 

Cyrillic (Russian)

 

 

ISO-8859-5, ISO88595

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.