Better national character support

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.

  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".

Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!

Better national character support

Postby G-Sun » Mon Oct 12, 2015 10:05 am

Hello!

I still find it cumbersome working with national characters in Webuilder 2015.

For me its: æøåÆØÅ

I have auto-correct set up, but this requires much back and forth (empty spaces required)
And I have snippets set up. But this to is not very fluid workflow.

Best would be auto-correct that not needed spaces before or after,
optional between html-tags only (content)
www.g-sun.no/en/
G-Sun
 
Posts: 70
Joined: Mon Feb 11, 2013 12:40 pm

Re: Better national charackter support

Postby Aivars » Tue Oct 13, 2015 6:46 pm

We also use national characters for web development work here but we never use entities. That's what UTF-8 was invented for. Why not just use UTF-8 everywhere?
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2456
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Better national character support

Postby kfury77 » Tue Oct 27, 2015 1:11 pm

Yep, as Aivars suggested it's much better if you save everything as UTF-8. In your HTML files be sure to add the meta tag
Code: Select all
<meta charset="utf-8">
just under the
Code: Select all
<head>
tag in your pages.
User avatar
kfury77
 
Posts: 97
Joined: Mon Jun 13, 2005 11:55 pm
Location: Osaka, Japan

Re: Better national character support

Postby G-Sun » Tue Nov 03, 2015 5:30 pm

Sorry for late reply!

Thanks!
But I've tried utf-8 and it doesn't work for my asp-include-page.
www.g-sun.no/en/
G-Sun
 
Posts: 70
Joined: Mon Feb 11, 2013 12:40 pm

Re: Better national character support

Postby Aivars » Fri Nov 06, 2015 2:20 pm

It should work regardless of whether it's asp or anything else, just make sure that all site is utf-8 (you can't mix utf-8 and local encodings) and that you have appropriate meta encoding set. If you use database or other imported data, that should be in utf-8, too. It might not be viable to convert the existing site to utf-8, depending on how big and complex it is, but for future projects you should really think about using utf-8, that will save a lot of headache.
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2456
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests

Who is online

Users browsing this forum: No registered users and 23 guests