computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

RC Filter suport on Java platform #413

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Do we have a RC file filter support for the Java platform ?

Is there any in built filter support for that ?

The link that I see is for the .net platform

Thanks

Original issue reported on code.google.com by 143.ravi...@gmail.com on 20 Aug 2014 at 12:54

GoogleCodeExporter commented 9 years ago
Sorry: there is no RC filter in the Java (most recent) version of Okapi.
(RCs are seldom used nowadays)
There is no plan to add such filter at this time.

As you noted we do have support for RC files in the previous .NET version of 
Rainbow, but that's not cross-platform.

Original comment by yves.sav...@gmail.com on 20 Aug 2014 at 3:21

GoogleCodeExporter commented 9 years ago
Hi,
Thanks a lot for your response.

A couple of questions on the RC filters :-

1. What is the next best alternative to support these file formats in JAVA?

2. If not RC, then what is next compatible file format that that is used
these days to get the strings parsed/externalized on Windows platform  ?

Want to know your opinion before I move on for a solution for the same.

Original comment by 143.ravi...@gmail.com on 21 Aug 2014 at 11:58

GoogleCodeExporter commented 9 years ago
> 1. What is the next best alternative to support these file formats in JAVA?

I think OmegaT has a filter for RC.
I don't think it's a comprehensive support (e.g. it doesn't parse the 
binary-coded string that are used for string values in combo-boxes).
But it should work for most cases.

> 2. If not RC, then what is next compatible file format that 
> that is used these days to get the strings parsed/externalized 
> on Windows platform  ?

If you mean for .NET applications (many other things run on Windows) the main 
resource now are .RESX files and .XAML files. Both are XML-based. RESX is 
supported by Okapi, XAML can be to (but you will have to create your own filter 
configuration file (which can be simple or complex depending on the file 
format)).

-ys

Original comment by yves.sav...@gmail.com on 22 Aug 2014 at 12:31