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?

Locale charset.

Asked Modified Viewed 4,598 times
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Member

I working on Bosnian locale for php fusion. But I have problem to choose charset. Actually I need answer for what charset I need to use? I need to have č,ć,ž,š,đ letters in this locale.
0 replies

4 posts

H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,246 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

http://nl.ijs.si/gnusl/cee/charset.html ?
0 replies
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

Tnx Homdax, but now I have some bugs :S and I dont know how resolve problem.

My code looks like this in locale/Bosnian/global.php and setup.php
setlocale(LC_TIME, "hr","HR"); // Linux Server (Windows may differ)
$locale['mysql_charset'] = "latin2";
$locale['mysql_collate'] = "latin2_croatian_ci";
$locale['xml_lang'] = "hr";
$locale['tinymce'] = "hr";
$locale['phpmailer'] = "hr";


And in admin panel I have this bugs:
img17.imageshack.us/img17/6291/templateserror.png

img21.imageshack.us/img21/1472/templatesheadererror.png
Edited by BlackDragon on 22-12-2011 16:30,
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

define it:
$locale['charset'] = 'your_charset';

look at the English locale.
0 replies
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

@PolarFox, thanks a lot!!! I solved problem :)

I`m newbie for .php, .html, .css :) and other web programming languages.
0 replies

Category Forum

Locales Forum - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

H
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,246 posts on the community forums.
  • Started 108 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
B
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet