All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bib/QC: Replace UTF-8 encoded chars with escaped codes in ASCII
@ 2017-03-26  9:21 Akira Yokosawa
  2017-04-04 17:44 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2017-03-26  9:21 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: Akira Yokosawa, perfbook

From bb2058728b0b9d979b93cc0e0b3ff65a7906d450 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 26 Mar 2017 17:44:22 +0900
Subject: [PATCH] bib/QC: Replace UTF-8 encoded chars with escaped codes in ASCII

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
Hi Paul,

In yet to be cited bibliography database recently added, I found
several entries with UTF-8 encoded characters.
This patch is to replace them with escaped codes of LaTeX.

Another option is to enable UTF-8 awareness by using "inputenc" package
with "utf8" option. The problem is BibTeX does not support UTF-8.
It is said that combination of "biblatex" and "biber" can bridge
the gap. I'll see if it is feasible for perfbook, but with a lower
priority.

Any help in this respect from someone on the list is welcome!

                                    Thanks, Akira
--
 bib/QC.bib | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bib/QC.bib b/bib/QC.bib
index 551bdbb..d51ecb1 100644
--- a/bib/QC.bib
+++ b/bib/QC.bib
@@ -277,7 +277,7 @@
 }

 @article{LeonidDubrovinsky2012640GPaDiamondAnvilCell
-,title = "Implementation of micro-ball nanodiamond anvils for high-pressure studies above 6 {Mbar}"
+,title = "Implementation of micro-ball nanodiamond anvils for high-pressure studies above 6\,{Mbar}"
 ,author = "Leonid Dubrovinsky and Natalia Dubrovinskaia and Vitali B. Prakapenka and Artem M Abakumov"
 ,journal = {Nat. Commun.}
 ,volume = {3}
@@ -425,7 +425,7 @@

 @article{TroelsFRonnow2014QC-D-WaveNoSpeedup
 ,title = "Defining and detecting quantum speedup"
-,author = "Troels F. Rønnow and Zhihui Wang and Joshua Job and Sergio Boixo and Sergei V. Isakov and David Wecker and John M. Martinis and Daniel A. Lidar and Matthias Troyer"
+,author = "Troels F. R{\o}nnow and Zhihui Wang and Joshua Job and Sergio Boixo and Sergei V. Isakov and David Wecker and John M. Martinis and Daniel A. Lidar and Matthias Troyer"
 ,journal = "Science"
 ,volume = {345}
 ,issue = {6195}
@@ -725,7 +725,7 @@

 @unpublished{BradJones2017IBM-QC-Crowder
 ,Author="Brad Jones"
-,Title="It’s the 1940s again: {IBM's} Scott Crowder on the infancy of quantum computers"
+,Title="It's the 1940s again: {IBM's} Scott Crowder on the infancy of quantum computers"
 ,month="March"
 ,day="13"
 ,year="2017"
@@ -734,7 +734,7 @@

 @unpublished{TomSimonite2017QC-MS-Chemistry
 ,Author="Tom Simonite"
-,Title="Chemists Are First in Line for Quantum Computing’s Benefits"
+,Title="Chemists Are First in Line for Quantum Computing's Benefits"
 ,month="March"
 ,day="17"
 ,year="2017"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-04 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-26  9:21 [PATCH] bib/QC: Replace UTF-8 encoded chars with escaped codes in ASCII Akira Yokosawa
2017-04-04 17:44 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.