# HG changeset patch # User arpi_esp # Date 989883498 0 # Node ID d7ab7dbadb2247c685671a3f888765bd9c56acac # Parent c3fad5e1698eb869e43ecf4339e3e6a80b9ea778 j->k for correct unicode... diff -r c3fad5e1698e -r d7ab7dbadb22 libvo/sub.c --- a/libvo/sub.c Mon May 14 22:40:08 2001 +0000 +++ b/libvo/sub.c Mon May 14 23:38:18 2001 +0000 @@ -164,7 +164,7 @@ for(k=previousStrip;k=0x80)) c=(c<<8)+text[++j]; + if (sub_unicode && (c>=0x80)) c=(c<<8)+text[++k]; font=vo_font->font[c]; if(x>=0 && x+vo_font->width[c]=0)