I got really weird error here.
I have yet another umbraco site, with simple doc-type of type "basicpage".
In there I have property called "PageName" with a "textstring" editor.
Nothing more.
As a result, I am not able to save a pagename that has a "ą" character in it.
What can be a reason for that?
"ą" is a special Luthuanian character.
Can't save "ą" character in node properties
Hi Guys,
I got really weird error here. I have yet another umbraco site, with simple doc-type of type "basicpage". In there I have property called "PageName" with a "textstring" editor. Nothing more.
As a result, I am not able to save a pagename that has a "ą" character in it. What can be a reason for that? "ą" is a special Luthuanian character.
Here is a demovideo of what I mean: https://www.screencast.com/t/0ltUdYZ5F0T
It can take any other character from same culture like "š" or Nordic æøå.
Any suggestions?
Anyone? :-(
I know it is hard to say why this is happening, but I am using MySQL here, and maybe that's just a bug?
Would be great if someone could reach, and help me solve it, cause I am planning to have more projects with this setup in near future.
Umbraco7+mysql+Lithunaian language.
/Dmitrij
Hi Dmitrij,
Have you tried wrapping the code that outputs the value in @Html.Raw?
So @Html.Raw(Model.GetProperty("pageName"))
Emma
Hi Emma,
Hope you saw in the video, same happens when you are returning to /Umbraco admin panel, and node name is still saved without "ą" letter.
I mean your solution could work for front-end, but what about Administration panel?
/Dmitrij
Hi Dmitrij,
I did have a little watch but got the wrong end of the stick. Sorry I couldn't be of more help.
Em
No worries :) thanks for giving it a shot ;)
Hi Dmitrij
Can you please add an issue in our issue tracker for this http://issues.umbraco.org/issues/U4
Please share as much information about your setup as possible.
Best,
/Dennis
Hi Dennis! Long time! ;) Great, I will do so.
/Dmitrij
Hi Dennis,
All I can see is that I am guest: https://www.screencast.com/t/h9GWlv3qcfg
Issue menu is empty (pretty much): https://www.screencast.com/t/hDf6BVVW4g3
Having trouble posting my issue. Am I doing something wrong?
/Dmitrij
Hi again Dennis,
I am trying to post an issue, but am having trouble finding where to do that. Maybe I need to Login? or something.
All I can see is that I am guest: https://www.screencast.com/t/h9GWlv3qcfg
Issue menu is empty (pretty much): https://www.screencast.com/t/hDf6BVVW4g3
/Dmitrij
Hi Dmitrij,
Yes you need to create a user which is free, and when you are logged in the you can create an issue.
All the best,
-Dennis
Testing "ą" character, it is written between square brakets [ą]
Even in forum post I am unable to save it. testing other Lithuanian special characters. [Ą][ą][Č][č][Ę][ę][Ė][ė][Į][į][Š][š][Ų][ų][Ū][ū][Ž][ž]
is working on a reply...