[chronojump] Unicode doesn't work -> don't translate (done)



commit c8912289d7356d837a31eeb1dff5047c7ce92a22
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Dec 19 00:10:54 2015 +0100

    Unicode doesn't work -> don't translate (done)

 encoder/graph.R |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 3ade8b7..1234aba 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -84,7 +84,7 @@ checkUnicodeWorks <- function()
 {
        tryCatch (
                  {
-                         plot(1,1, xlab="some unicode stuff")
+                         plot(1,1, xlab="unicode stuff: \U00ED \U00E1")
                          return(TRUE)
                  }, 
                  error=function(cond) { 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]