Patch from Otvos Attila oattila at chello dot hu



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-08-26 12:59:47 +00:00
parent 28a1211bac
commit b26a0e5a63
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static unsigned int conv2uni(unsigned int p,int lang)
}else if (p==0x40){
return latin_subchars[lang][2];
}else if (p>=0x5b && p<=0x60){
return latin_subchars[lang][p-0x5c+3];
return latin_subchars[lang][p-0x5b+3];
}else if (p>=0x7b && p<=0x7e){
return latin_subchars[lang][p-0x7b+9];
}