home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / nls / linux / NOTES < prev    next >
Encoding:
Text File  |  1993-11-24  |  1.1 KB  |  25 lines

  1. English speakers need do nothing !! Do NOT install the catalog "libc.cat"
  2. unless you want change the text to be more explanatory/informative. If you
  3. just wanna see the libc cataloging in action just do a "make check" in this
  4. directory and then a make install will install the catalog. From now on all
  5. libc internal messages will be prepended with a X- (for example
  6. "X-Permission denied")
  7.  
  8. If you are translating messages please read the README.editing and
  9. README.translate files.
  10.  
  11. I wrote a small awk (well GNU's gawk actually) script to extract strings from
  12. source files to make them message files. Try:
  13.     ./extract ../../sysdeps/linux/_errlist.c
  14. Not very clever, but it works. Gawk-2.15.3 broke this awk script so you must
  15. use the flex binary `xtract' instead. Just type "make xtract" and use this
  16. instead of `extract' in the example above.
  17.  
  18. As of 24th Oct 1993 I only have German errlist messages.
  19.  
  20. If you find a bug or feel a libc message might have been forgotten to be
  21. catalog'ed (very possible) then please don't hesitate to contact me.
  22.  
  23. Thanx
  24. Mitch. <m.dsouza@mrc-apu.cam.ac.uk>
  25.