Dear all,

My .tex and .bib files are at the end of the email. The commands I run are

  context bibtry && context bibtry

The first `context bibtry` is ok but no .bbl file generated. The second one
complains

  publications   : loading database from bibtry.bbl
  (bibtry.bbl
  ! Text line contains an invalid utf-8 sequence.
  l.22 n=2,s=
             ?0?2?0?2?0?2?0?286]

Can t-bib do with Chinese bib entry? or is it just a problem of bibtex?

I'm using MkIV(current trunk) and t-bib(march 2, 2009).


BTW. Is only absolute path can be used in \setupbibtex?


Thanks.

Best wishes,
Wei-Wei Guo


============ bibtry.tex ===========

\usemodule[bib]

\setupbibtex[database=~/mytry.bib]

\starttext

English Bibliogrphy \cite[article-full].

???????? \cite[c-article-full] ??

\completepublications

\stoptext

==================================


============= mytry.bib ==========

@ARTICLE{article-full,
   author = {L[eslie] A. Aamport and L[eslie] A. Aamport and L[eslie] A. 
Aamport and L[eslie] A. Aamport},
   title = {The Gnats and Gnus Document Preparation System},
   journal = {\mbox{G-Animal's} Journal},
   year = 1986,
   volume = 41,
   number = 7,
   pages = "73--83",
   month = jul,
   note = "This is a full ARTICLE entry",
}

@ARTICLE{c-article-full,
   author = {?????? and ?????? and ?????? and ??????},
   title = {????????},
   journal = {??????????},
   year = 1986,
   volume = 41,
   number = 7,
   pages = "73--82",
   month = jul,
   note = "This is a full ARTICLE entry",
   language = "chinese"
}

====================================
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to