Skip to content

Instantly share code, notes, and snippets.

@sayz
Created November 1, 2010 12:45
Show Gist options
  • Save sayz/658106 to your computer and use it in GitHub Desktop.
Save sayz/658106 to your computer and use it in GitHub Desktop.
sysprog
ISO C --->C dili
iso her türlü standart için bir örgütlenme(sadece programlama falan değil) tse'nin dünya çapındaki karşılığı denebilir.
C standardı neden gerekti?
C dili ilk geliştirilince ufak bir proje idi ama sonra büyüdü.
işler büyünce yani kontrol altına alınamayacak seviyeye gelince standartlar koymak gerekir.
***
ISO 8859-9<-->latin5 ==>türkçe (8859-1,latin5 synonym)
windows codepage(cp) 1254 ==>türkçe
iso 10646-1 ==> utf-8
karakter kümeleri arasında çevirim
iconv -f ISO-8859-1 -t UTF-8 < giriş_dosyası > çıkış_dosyası
***
Internationalization(i18n) and loclization(l10n)... aradaki sayılar harf sayısını temsil ediyor...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment