Christian Bautista
2012-Jan-09 03:24 UTC
How to Convert Html Entities to Ascii Chararcters
Is there anyone who knows how to do this.. I am having a hard time finding it how. Any help is appreciated. thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Charles A. Lopez
2012-Jan-09 03:38 UTC
Re: How to Convert Html Entities to Ascii Chararcters
please provide a few examples of input and output. 10q. On 8 January 2012 22:24, Christian Bautista < christianbautista.info-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there anyone who knows how to do this.. > > I am having a hard time finding it how. > > Any help is appreciated. > thanks in advance > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Christian Bautista
2012-Jan-09 03:50 UTC
Re: How to Convert Html Entities to Ascii Chararcters
Thanks for your reply this is the sample input !Hello World '!' I want this to be converted to a Ascii so maybe I can make a dot matrix printer read the ascii code. What I need is to generate a report to a dot matrix printer.. Hope you can help me.. On Mon, Jan 9, 2012 at 11:38 AM, Charles A. Lopez <charlesalopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> please provide a few examples of input and output. > > 10q. > > On 8 January 2012 22:24, Christian Bautista < > christianbautista.info-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Is there anyone who knows how to do this.. >> >> I am having a hard time finding it how. >> >> Any help is appreciated. >> thanks in advance >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Charles A. Lopez
2012-Jan-09 03:55 UTC
Re: How to Convert Html Entities to Ascii Chararcters
Which is greater, the number of html entities or the number of Ascii Codes? On 8 January 2012 22:50, Christian Bautista < christianbautista.info-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks for your reply > > this is the sample input > > !Hello World '!' > > I want this to be converted to a Ascii so maybe I can make a dot matrix > printer read the ascii code. > > What I need is to generate a report to a dot matrix printer.. > > Hope you can help me.. > > > > On Mon, Jan 9, 2012 at 11:38 AM, Charles A. Lopez <charlesalopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > wrote: > >> please provide a few examples of input and output. >> >> 10q. >> >> On 8 January 2012 22:24, Christian Bautista < >> christianbautista.info-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> Is there anyone who knows how to do this.. >>> >>> I am having a hard time finding it how. >>> >>> Any help is appreciated. >>> thanks in advance >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Talk" group. >>> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >>> >> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Christian Bautista
2012-Jan-09 05:09 UTC
Re: How to Convert Html Entities to Ascii Chararcters
Thank you.. I just found the answer. thanks :) On Mon, Jan 9, 2012 at 11:55 AM, Charles A. Lopez <charlesalopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Which is greater, the number of html entities or the number of Ascii > Codes? > > > > On 8 January 2012 22:50, Christian Bautista < > christianbautista.info-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Thanks for your reply >> >> this is the sample input >> >> !Hello World '!' >> >> I want this to be converted to a Ascii so maybe I can make a dot matrix >> printer read the ascii code. >> >> What I need is to generate a report to a dot matrix printer.. >> >> Hope you can help me.. >> >> >> >> On Mon, Jan 9, 2012 at 11:38 AM, Charles A. Lopez < >> charlesalopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> please provide a few examples of input and output. >>> >>> 10q. >>> >>> On 8 January 2012 22:24, Christian Bautista < >>> christianbautista.info-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> >>>> Is there anyone who knows how to do this.. >>>> >>>> I am having a hard time finding it how. >>>> >>>> Any help is appreciated. >>>> thanks in advance >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Ruby on Rails: Talk" group. >>>> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> To unsubscribe from this group, send email to >>>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> For more options, visit this group at >>>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>>> >>>> >>> >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Talk" group. >>> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> To unsubscribe from this group, send email to >>> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > > > -- > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.