Created
November 1, 2010 12:45
-
-
Save sayz/658106 to your computer and use it in GitHub Desktop.
sysprog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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