Django

Code

Changeset 5612

Show
Ignore:
Timestamp:
07/04/07 07:48:12 (1 year ago)
Author:
mtredinnick
Message:

Fixed some ReST errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/unicode.txt

    r5609 r5612  
    4848"bytestrings") that are encoded using UTF-8. 
    4949 
    50 .. warning:: 
     50.. admonition:: Warning 
     51 
    5152    A bytestring does not carry any information with it about its encoding. 
    5253    For that reason, we have to make an assumption, and Django assumes that all 
     
    142143from then on, you can treat the result as always being Unicode. 
    143144 
     145.. _lazy translation: ../i18n/#lazy-translation 
     146 
    144147URI and IRI handling 
    145148~~~~~~~~~~~~~~~~~~~~ 
     
    261264non-ASCII characters would have been removed in quoting in the first line.) 
    262265 
    263 .. _above: uri_and_iri
     266.. _above: `URI and IRI handling`
    264267 
    265268The database API