Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35906
| References | <b1b99ce0-6088-4c80-9e43-ac12e7799b92@googlegroups.com> |
|---|---|
| Date | 2013-01-01 10:30 -0800 |
| Subject | Re: Handling Special characters in python |
| From | Chris Rebert <chris@rebertia.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1527.1357065016.29569.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On Jan 1, 2013 3:41 AM, <anilkumar.dannina@gmail.com> wrote: > > I am facing one issue in my module. I am gathering data from sql server database. In the data that I got from db contains special characters like "endash". Python was taking it as "\x96". I require the same character(endash). How can I perform that. Can you please help me in resolving this issue. 1. What library are you using to access the database? 2. To confirm, it's a Microsoft SQL Server database? 3. What OS are you on?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Handling Special characters in python anilkumar.dannina@gmail.com - 2013-01-01 03:35 -0800
Re: Handling Special characters in python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-01 12:01 +0000
Re: Handling Special characters in python Chris Rebert <chris@rebertia.com> - 2013-01-01 10:30 -0800
Re: Handling Special characters in python anilkumar.dannina@gmail.com - 2013-01-01 20:46 -0800
Re: Handling Special characters in python Chris Rebert <clp2@rebertia.com> - 2013-01-01 22:32 -0800
Re: Handling Special characters in python anilkumar.dannina@gmail.com - 2013-01-02 05:39 -0800
Re: Handling Special characters in python Chris Rebert <clp2@rebertia.com> - 2013-01-02 22:00 -0800
Re: Handling Special characters in python anilkumar.dannina@gmail.com - 2013-01-02 05:39 -0800
Re: Handling Special characters in python anilkumar.dannina@gmail.com - 2013-01-01 20:46 -0800
csiph-web