Johannes, The # indicates that the font you are using has no glyph for that character. You have to use a font that works with your characters. You can test this out by using MS Word and the character map. If you need to use a ttf font you will have to follow the directions for making an xml metrics file in your fonts.xml file at the apache fop site.
I had the same problem. Mike F. Washington, DC --- Johannes Fiala <[EMAIL PROTECTED]> wrote: > Hi there, > > I tried to use russian characters (UTF-8 encoded) inside an FO > file. > > <?xml version="1.0" encoding="utf-8"?> > ... > <fo:block language="ru" hyphenate="true"> > russian characters: > ��� ���������� ������������ ����� > �����, � �������� � ����� �������, � ������� ������� ���� �������. > end russian characters > </fo:block> > > What I get after running the FOP test suite (I'm using > fop-0.20.5rc.) is > only "#" signs where the russian characters should be. > Other languages as Finnish or French are working. > Beneath %FOP_HOME%/hyph/ is a file ru.xml which should define the > russian > hyphenation characters I believe. > > I tried leaving the hyphenate parameter away and tried using > different > hyphenation settings, all without success. > Has anybody a hint want I am missing? > > thx alot > Johannes > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
