| |
| |||||||
| Want to give back to the MythTV Community? Help answer threads with 0 replies. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| I'm having problems with the Program Guide and åäö, they are displayed like ö Ã¥. But if I record a program and the look at the decription in the Recording menu åäö shows up correctly??!! Whan I download the EPG using xmltv åäö looks correct in the console output. I have tried to make my box use unicode and I have tried UTF8 and 8859-15 but I dont know if that has anything to do with t? As I've understood the database is using latin1? When I tried to import mc.sql from a stable version of myth I got some error where MySQL complained about latin1, but I am now using the latest svn and now I could import mc.sql so maybe something have changed? Thans for any help! /Boppen |
|
#2
| |||
| |||
|
I'm having the exact same problem. The swedish chars (åäö) are inserted or fetched errnoneously and mythtv shows strange chars instead. This is what I have done to try to make it work: I have made sure that mysql is using latin1 as charset (exchanged all occuranses of charsets to latin1 in /etc/mysql/my.cnf): Code: mysql> SHOW VARIABLES LIKE 'character_set%'; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.00 sec) Code: mysql> SHOW CREATE DATABASE mythconverg; +-------------+------------------------------------------------------------------------+ | Database | Create Database | +-------------+------------------------------------------------------------------------+ | mythconverg | CREATE DATABASE `mythconverg` /*!40100 DEFAULT CHARACTER SET latin1 */ | +-------------+------------------------------------------------------------------------+ 1 row in set (0.00 sec) Code: mysql> select title from program limit 10; +-----------------+ | title | +-----------------+ | (P) Banbrytare | | (P) Banbrytare | | (P) Banbrytare | | (P) Banbrytare | | (P) Blitzkrieg | | (P) Blitzkrieg | | (P) Bobs värld | | (P) Bobs värld | | (P) Bobs värld | | (P) Bobs värld | +-----------------+ 10 rows in set (0.00 sec) /D |
|
#3
| |||
| |||
|
Wow it works now! Above is almost all I did. I also did this (before doing the above) if it helps anyone. basically changing everything to support latin1 swedish. Createt /etc/env.d/02locate: Code: da@brutus ~ $ cat /etc/env.d/02locale LC_ALL="sv_SE" Code: da@brutus ~ $ cat /etc/conf.d/keymaps ... KEYMAP="sv-latin1" ... Code: da@brutus ~ $ cat /etc/conf.d/consolefont ... CONSOLEFONT="lat9-16" ... Code: da@brutus ~ $ cat /etc/X11/xorg.conf | grep Xkb
Option "XkbLayout" "se"
Option "XkbModel" "pc105"
Code: da@brutus ~ $ cat /etc/locale.gen | grep sv sv_SE ISO-8859-1 Code: sudo locale-gen Hope this helps you or anyone else! /D |
|
#4
| |||
| |||
|
Hi! My prolem was that the mysql-server (I have it installed but not running) on the frontend-box was using utf8, so I (I'm using Gentoo) did; USE="-utf8 -latin1" emerge mysql And then changed all utf8 in my.cnf to latin1 - and now ÅÄÖ works! Thanks for the help! /Boppen |
| |
![]() |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OSD text is wide and has overlapping characters | wjohnsaunders | General | 0 | 07-15-2007 11:28 PM |
| HDD44780 Parallel - garbage characters | Calabraun | Installation Issues | 0 | 05-15-2007 02:24 AM |
| [Solved] Problem with mythfilldatabase | kal | Installation Issues | 2 | 01-24-2006 08:15 PM |
| reversing the characters in the osd? | iprince | General | 1 | 06-15-2005 09:50 AM |
| EPG strange characters | netwho | General | 0 | 03-23-2005 05:45 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |