cltr+arrow key bug for 2022 SR1

Hi dear,

I am using Trados studio 2022 Freelancer version.

After 2022 SR1 update, "cltr+arrow" key does not move the cursor word by word, but character by character in the target segments when translating from English to Korean.

Please check if this is a bug.......

emoji
Parents
  •  we made major changes on the editor in this new SR. One of the big changes is in text analysis and word detection. One of the criteria to detect a word is the ability of the glyph to wrap around, the ability for the word to be broken at the end of the line. In Latin based languages we use a hyphen, so i's very specific and user driven, but I see in Korean I get that all glyphs can wrap around (or at least all I tried).

    My knowledge of Korean is very limited and what I found online is not very concluding.

    Could you confirm that words can be wrapped around so that I remove this criteria from the code?

    emoji
  •   

    If it's interesting... here's a little AI interpretation of the answer to your question.

    Yes, in Korean, words can indeed be wrapped around to the next line without the need for hyphens. Korean is an agglutinative language, which means that words are often formed by combining smaller morphemes (units of meaning), but unlike in some other agglutinative languages, there's no hard and fast rule in Korean about not splitting these words across lines. You can break a line after any character, except some punctuation marks.

    This makes sense in the context of the Korean writing system, Hangul, which is composed of individual syllable blocks. Each block is like an independent character and contains one to three smaller elements, each of which represents a specific sound.

    Therefore, removing the word-wrapping criteria for Korean in your code should be appropriate. However, please note that depending on the context, splitting certain words across lines could potentially introduce confusion or difficulty in reading, especially for compound words or words composed of multiple morphemes. Therefore, it's generally a good practice to try to keep words intact whenever possible, even if it's not strictly required by the language rules.

    Good to validate this from a Korean native speaker though :-)

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

    emoji
Reply
  •   

    If it's interesting... here's a little AI interpretation of the answer to your question.

    Yes, in Korean, words can indeed be wrapped around to the next line without the need for hyphens. Korean is an agglutinative language, which means that words are often formed by combining smaller morphemes (units of meaning), but unlike in some other agglutinative languages, there's no hard and fast rule in Korean about not splitting these words across lines. You can break a line after any character, except some punctuation marks.

    This makes sense in the context of the Korean writing system, Hangul, which is composed of individual syllable blocks. Each block is like an independent character and contains one to three smaller elements, each of which represents a specific sound.

    Therefore, removing the word-wrapping criteria for Korean in your code should be appropriate. However, please note that depending on the context, splitting certain words across lines could potentially introduce confusion or difficulty in reading, especially for compound words or words composed of multiple morphemes. Therefore, it's generally a good practice to try to keep words intact whenever possible, even if it's not strictly required by the language rules.

    Good to validate this from a Korean native speaker though :-)

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

    emoji
Children