Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Translations

Asked Modified Viewed 2,321 times
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello!

i have a questions... why can't i use the ÆØÅ in Danish on the website when i want to type a news when i do that they remove the rest of the text after æøå ill give you an example "hello my æøå name is..." and the it would look like "hello my" and nothing more... can i fix it?
0 replies

14 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

I would guess that it is a database setting issue, make sure all your MySQL table coalitions are latin1_swedish_ci.
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

why swedish? when i'm danish so i did put the to this "utf8_danish_ci"

Merged on Sep 02 2014 at 21:30:29:
this is how my DB look like
Edited by minidkz on 02-09-2014 20:30,
minidkz attached the following file:
skrmbillede_2014-09-02_202936.png [No information available / 46 Downloads]
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

The Swedish usually works for all Scandinavian letters and other special chars independent of chartsets etc.
It is the "default" but naturally if you go with a specific one for your country it is good.
Your post does not say if it solved your problem or not, but if it dident, try my suggestion.
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

it dosent work at all :/
Edited by N/A on 03-09-2014 20:12,
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Your site´s locale are in English, have you tried to change to Danish locale ?
For further investigation I need to know how you host it, under what environment and PHP,MySQL versions.
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

well i like the english administration... but when i put it into danish and try to post a news with æøå in i still dosent work :/
Edited by N/A on 04-09-2014 06:39,
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

I never got a reply to my environment question.
If you are hosting this your self you need to look @ your MySQL config, it seems to be a environment issue.

collation_server=utf8_unicode_ci
character_set_server=utf8

etc
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

oh sorry no i'm not hosting it by my self...
my websites are hosted by "meebox.net" here in Danmark
but the CMS system PHP Fusion is the first CMS system i got this problem for...
and if i code a website by my self it works fine but with this system it dosent :/
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

This is an odd case indeed, I have actually never seen this issue unless the database are off.
You can try setting your database UTF-GENERAL-CI and have your file format saved to UTF8 or ANSI, this can be done via Notepad++
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

how do i change the database to UTF-GENERAL-CI?
and i dont understand what you mean with ANSI?
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

The same place as you set for example Danish, if it´s not available maybe you can find UTF8?
Notepad++ , Open for example administration/news.php Select format in the menu now select convert to ANSI, save and upload new file.
If that does not work, try convert to UTF8.
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

hello again i have called for the hoster to fix it for me so hope they can fix it else i dont know what to do... and sorry but i dont understand what you did mean with that you did write to me last sorry.
Edited by N/A on 09-09-2014 06:48,
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

They will get it sorted for you.
0 replies
M
minidkz
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Quote

They will get it sorted for you.
- by Domi


Hello again :)

i did found out how to make the error go away :)

i did just follow this small steps...
open FTP "/public_html/locale/English"
and downloaded this files "global.php, setup.php" and changed the charset to "UTF-8" and uploaded and its works!
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
M
M
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet