Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Hi Quentin,

tks for tracking, this issue is on the roadmap for next release ;)

regards,

Thibault

Original comment by thibault.imbert on 16 Jan 2008 at 6:15

from alivepdf.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Thanks :)

Original comment by [email protected] on 17 Jan 2008 at 9:50

from alivepdf.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
ok We fix it by updating the mapUTF function.
here is the code :

private function mapUTFBytes ( pContent:String ):void{
  /*var lng:int = pContent.length;
   for (var i:int = 0; i<lng; i++ ) 
  buffer.writeByte( pContent.charCodeAt ( i ) );*/

// USE THE UNICODE ENCODING
 buffer.writeMultiByte(pContent,"unicode");
}

Good day

quentin

Original comment by [email protected] on 29 Jan 2008 at 1:12

from alivepdf.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
i have posted an issue (#28) which might be related to this. my problem is all 
about
displaying japanese characters. but even writing multibyte still dont work.

i suppose it is an issue related to supported fonts. please check my post on 
issue
#28. thanks!


Original comment by [email protected] on 30 Jan 2008 at 6:31

from alivepdf.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Hey Guys,

I know its really late to pinch out this issue again,but i am really tired 
of..i am facing the same problem i.e. displaying "€" character in pdf.I am 
able to generate pdf in japanese by using setFont(CIDINFO.JAPANESE) but other 
currencies symbols are not showing up correctly.Please let me know if anybody 
has got the solutions for me..I really neeed it folks.

THANKS IN ADVANCE,

John

Original comment by [email protected] on 9 May 2011 at 2:33

from alivepdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.