diff -r de774a027c8a django/contrib/localflavor/ar/forms.py
--- a/django/contrib/localflavor/ar/forms.py	Fri Jan 04 18:26:13 2008 -0200
+++ b/django/contrib/localflavor/ar/forms.py	Fri Jan 04 19:16:40 2008 -0200
@@ -20,7 +20,7 @@ class ARProvinceSelect(Select):
 
 class ARPostalCodeField(RegexField):
     """
-    A field that accepts a `classic´ NNNN Postal Code or a CPA.
+    A field that accepts a `classicÂ´ NNNN Postal Code or a CPA.
 
     See http://www.correoargentino.com.ar/consulta_cpa/home.php
     """
@@ -44,7 +44,7 @@ class ARPostalCodeField(RegexField):
 
 class ARDNIField(CharField):
     """
-    A field that validates `Documento Nacional de Identidad´ (DNI) numbers.
+    A field that validates `Documento Nacional de IdentidadÂ´ (DNI) numbers.
     """
     default_error_messages = {
         'invalid': ugettext("This field requires only numbers."),
@@ -73,7 +73,7 @@ class ARDNIField(CharField):
 
 class ARCUITField(RegexField):
     """
-    This field validates a CUIT (Código Único de Identificación Tributaria). A
+    This field validates a CUIT (CÃ³digo Ãšnico de IdentificaciÃ³n Tributaria). A
     CUIT is of the form XX-XXXXXXXX-V. The last digit is a check digit.
     """
     default_error_messages = {
diff -r de774a027c8a docs/localflavor.txt
--- a/docs/localflavor.txt	Fri Jan 04 18:26:13 2008 -0200
+++ b/docs/localflavor.txt	Fri Jan 04 19:16:40 2008 -0200
@@ -111,10 +111,23 @@ postal code or a CPA_.
 
 .. _CPA: http://www.correoargentino.com.ar/consulta_cpa/home.php
 
+ARDNIField
+----------
+
+A form field that validates input as a Documento Nacional de Identidad (DNI)
+number.
+
+ARCUITField
+-----------
+
+A form field that validates input as a CÃ³digo Ãšnico de IdentificaciÃ³n
+Tributaria (CUIT) number.
+
 ARProvinceSelect
 ----------------
 
-A ``Select`` widget that uses a list of Argentina's provinces as its choices.
+A ``Select`` widget that uses a list of Argentina's provinces and autonomous
+city as its choices.
 
 Australia (``django.contrib.localflavor.au``)
 =============================================
@@ -608,7 +621,7 @@ UKNationSelect
 
 A ``Select`` widget that uses a list of UK nations as its choices.
 
-United States of America (``django.contrib.localflavor.us``) 
+United States of America (``django.contrib.localflavor.us``)
 ============================================================
 
 USPhoneNumberField
@@ -633,7 +646,7 @@ USStateField
 USStateField
 ------------
 
-A form field that validates input as a U.S. state name or abbreviation. It 
+A form field that validates input as a U.S. state name or abbreviation. It
 normalizes the input to the standard two-letter postal service abbreviation
 for the given state.
 
