Changeset 5376a95 for functions.c


Ignore:
Timestamp:
Dec 28, 2007, 5:04:34 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
6201646
Parents:
925e122
Message:
First pass at incoming zephyr -> UTF-8 sanitizing.
This only operates on incoming data so far.
We still need to clean outgoing data -- the plan is to attempt conversion
to ISO-8859-1, and use that if it works.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r28ee32b r5376a95  
    16051605          sprintf(buff, "  Field %i   : ", i+1);
    16061606         
    1607           ptr=owl_zephyr_get_field(n, i+1);
     1607          ptr=owl_zephyr_get_field_as_utf8(n, i+1);
    16081608          len=strlen(ptr);
    16091609          if (len<30) {
Note: See TracChangeset for help on using the changeset viewer.