[ic] Re: [interchange-i18n] Hebrew diff for the UI V4.8.5

murahashi interchange-users@icdevgroup.org
Sun Jun 16 03:02:29 2002


> interchange/lib/UI/Primitive.pm
> interchange/lib/UI/usertag/table_editor.tag
> interchange/lib/UI/usertag/display.tag
> interchange/lib/UI/usertag/e.tag
> interchange/lib/Vend/Interpolate.pm
> interchange/lib/Vend/Parse.pm
> interchange/lib/Vend/Data.pm
> interchange/build/Entities.pm
>
> Good luck,
>
>
> Chen Naor

First, Thank you for your nice work for UI localization.
We have same character problem.
In your diff for the UI 4.8.5, there is additional diff(below) in Parse.pm.
We have problems at every IC tag parsing with this diff.
Without this diff, It works well as same as the former version, 4.8.3.

@@ -1506,7 +1506,7 @@
   }
   # Parse tags within tags, only works if the [ is the
   # first character.
-  next unless $attr->{$trib} =~ /\[\w+[-\w]*\s*[\000-\377]*\]/;
+  next unless $attr->{$trib} =~ /\[\w+[-\w]*\s*[\000-\037]*\]/;

I have lack of knowledge of details of code/encoding. Do you have any more
suggestions?

S.Murahashi