Hello,
I am trying to get japanese displayed in bibliography. But I get the error "! String contains an invalid utf-8 sequence." while compiling with the command "context *tex".
Here is the tex file :
%%%%%%%%%%%%%%%beginning of file%%%%%%
\usemodule[simplefonts]
\setmainfont[hiraginokakugothicpro] %a japanese font
\enableregime[utf8]
\setupbibtex[database=biblio]
\starttext
\completepublications
\stoptext
%%%%%%%%%%%%%%%%%end of file%%%%%%%%
And here is the bib file :
%%%%%%%%%%%%%%%beginning of file%%%%%%%
@article{uzawa2011tpp,
author = "Hirofumi Uzawa 宇沢弘文, Uchihashi Katsuto 内橋克人",
journal = "Sekai 世界",
title = "Taidan TPP wa shakaiteki kyôtsû shihon wo hakai suru
対談TPPは社会的共通資本を破壊する",
year = 2011,
month = "april",
publisher = "Iwanami shoten 岩波書店",
pages = "62-72",
url = "http://ci.nii.ac.jp/naid/40018706510/",
}
%%%%%%%%%%%%%%%end of file%%%%%%%%%%
Do someone know how to get ride of utf-8 errors ? Or is this a problem with bibtex, and then should I use anything else to replace it ? (does something like Biber work ?)
Thanks for your help.
Cheers,
Alexandre Krispin
--