Hello,

I'm using django 0.95 and xgettext 0.14.6 on fedora core 6.
My app's sources are all in utf-8. It is declared explicitly on top of
any page like this:

# -*- coding: utf-8 -*-

My app is written in italian, so it uses non-ascii characters. Upon
calling make-messages I keep getting:

xgettext: invalid multibyte sequence

and the errors refers to the string "Carta d'identità" and it suggests
to use ASCII-only msgids, which could be fine, but I prefer to write
with proper accents and all.

I've been googling for 2 hours now with no success. Do you have any
clue about what's happening?
The issue is pretty critical for me, the site is going to be online
tomorrow...

Thank you for your help!

Cristiano Valente


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to