Rosetta Code/Rank languages by popularity: Difference between revisions

Content added Content deleted
(Change ranking)
m (→‎REXX program: changed translation characters for Déjà Vu.)
Line 3,912: Line 3,912:
if which=='C' then inFID=catFID /* " " " " " categories. */
if which=='C' then inFID=catFID /* " " " " " categories. */
Uyir = 'உயிர்/Uyir' /*Unicode (in text) name for Uyir */
Uyir = 'உயிர்/Uyir' /*Unicode (in text) name for Uyir */
old.1= '╬£C++' ; new.1= "µC++" /*Unicode ╬£C++ ───► ASCII-8: µC++ */
old.1= '╬£C++' ; new.1= "µC++" /*Unicode ╬£C++ ───� ASCII-8: µC++ */
old.2= 'UC++' ; new.2= "µC++" /*old UC++ ───► ASCII-8: µC++ */
old.2= 'UC++' ; new.2= "µC++" /*old UC++ ───� ASCII-8: µC++ */
old.3= '╨£╨Ü-' ; new.3= "MK-" /*Unicode ╨£╨Ü- ───► ASCII-8: MK- */
old.3= '╨£╨Ü-' ; new.3= "MK-" /*Unicode ╨£╨Ü- ───� ASCII-8: MK- */
old.4= 'D├⌐j├á' ; new.4= "Déjà" /*Unicode ├⌐j├á ───► ASCII-8: Déjà */
old.4= 'D├⌐j├á' ; new.4= "Déjà" /*Unicode ├⌐j├á ───� ASCII-8: Déjà */
old.5= 'Cach├⌐' ; new.5= "Caché" /*Unicode ach├⌐ ───► ASCII-8: Caché */
old.5= 'Cach├⌐' ; new.5= "Caché" /*Unicode ach├⌐ ───� ASCII-8: Caché */
old.6= '??-61/52' ; new.6= "MK-61/52" /*somewhere past, a mistranslated: MK- */
old.6= '??-61/52' ; new.6= "MK-61/52" /*somewhere past, a mistranslated: MK- */
old.7= Uyir ; new.7= 'Uyir' /*Unicode ───► ASCII─8: Uyir */
old.7= Uyir ; new.7= 'Uyir' /*Unicode ───� ASCII─8: Uyir */


do recs=0 while lines(inFID)\==0 /*read a file, a single line at a time.*/
do recs=0 while lines(inFID)\==0 /*read a file, a single line at a time.*/