(Sorry my English isn't very good) Hello I have problem with UTF-8. When i'm trying to convert file to UTF-8(when i use session_start() ) I'm always getting warning
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at...)
and sessions is not works because output starting on UTF-8. I'm from Lithuania and I need Lithuanian letters (ą,č,ę,ė,į,š,ų,ū,ž) and with other codings (UTF-8 without BOM, ANSI and others) i can't write any LT letters (becouse letters will changing to (ąęėąĨė90čįūė0Ĩ-Å«9Ĩę0ųį0) ). But only with UTF-8 without BOM sessions works. So my question: how to use LT letters on UTF-8 without BOM or how to use sessions on UTF-8?