Japanese texts sometimes contain double byte Arabic numbers such as (0123456789).
It would be really helpful if OmegaT recognized these numbers as 'numbers' thereby converting them according to the number in the source text when inserting a fuzzy match. This would be very useful when translation from Japanese to English (or any other language that uses single byte characters).
To illustrate this, here is an example
Let's say we have a source text and a fuzzy match as follows:
Source text
これは例文9です。 <-Notice the 9 here is double-byte
Fuzzy match pair
これは例文8です。 <- Notice the 8 here is single-byte
This is a sample sentence 8.
I want OmegaT to recognize the 9 in the source text as a number and insert the fuzzy match by converting 9(double byte) to a 9 (single byte).
"This is a sample sentence 9."
You can add the modern and traditional han characters to that list too.
Has this request been taken into account ?
Plenty of Japanese texts use 一 二 三 四 etc.
You say "double-byte" but that is a misnomer unless we are talking about legacy encodings like Shift-JIS.
Yes, I meant full-width. Apologies for the confusion.
zs-stpa raised the implementation
https://github.com/omegat-org/omegat/pull/2111
Pull Request merged into master for 6.2 development