Opened 14 years ago
Closed 14 years ago
#2349 closed defect (wontfix)
Umlaut 'ä', 'ö', 'ü', 'ß' not recognised during build
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | BuildSystem | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I added a German translation for the Editor2BrowserCommands in nls, but 'ä', 'ö', 'ü', 'ß' cause errors.
Attachments (1)
Change History (10)
comment:1 Changed 14 years ago by
Owner: | changed from alex to Adam Peller |
---|
comment:2 Changed 14 years ago by
Sorry for my late reply. Just came back from holiday... ;-)
The files are UTF-8 encoded but after a build (with option -Dlang=de) 'ä', 'ö', 'ü', 'ß' got replaced by strange characters.
comment:3 Changed 14 years ago by
Milestone: | → 0.4.2 |
---|
I also noticed the other day that the save as utf-8 build code does not appear to be working. If this is a regression, I think it should be fixed for 0.4.2
comment:4 Changed 14 years ago by
Priority: | normal → high |
---|---|
severity: | normal → major |
comment:5 Changed 14 years ago by
Milestone: | 0.4.2 → 0.9 |
---|---|
Priority: | high → normal |
severity: | major → normal |
Status: | new → assigned |
What I saw the other day with UTF-8 failures appears to be a separate issue. The attached files do not appear to be encoded with UTF-8. If I change the encoding to UTF-8, everything works fine. I will check this in to the trunk. Could you please post your name here on this ticket so I may give you credit for your work?
Please note that we still have not converted all widgets to resources. Editor2 still has some hard-coded English strings: #1962
comment:6 Changed 14 years ago by
Yes, I replaced the hard-coded English strings by German strings as well. I can post these translations if you like.
BTW: What do you mean by 'credit' for my work? Anyway, my name is Ralf. :-)
comment:7 Changed 14 years ago by
comment:8 Changed 14 years ago by
comment:9 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
So, there appears to be no bug here. It seems that UTF-8 encoding does work as advertised. Marking 'wontfix'
This should work fine -- just make sure you're using UTF-8 encoding on the file. Please feel free to attach the code, if you don't have commit access. I'd be happy to check it in for you.