Giter VIP home page Giter VIP logo

Comments (4)

yihui avatar yihui commented on May 23, 2024 1

I guess it is a problem related to the system locale and character encoding. Does your app read external files that contain multi-byte characters? If it does, you should make sure the characters are read into the app as UTF-8. The ShinyApps.io uses Ubuntu, and I guess your local computer is Windows? This is what sessionInfo() on ShinyApps.io normally looks like:

R version 3.1.3 (2015-03-09)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu precise (12.04.4 LTS)

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] shiny_0.11.1

loaded via a namespace (and not attached):
[1] digest_0.6.8    htmltools_0.2.8 httpuv_1.3.2    mime_0.3       
[5] R6_2.0.1        Rcpp_0.11.5     RJSONIO_1.3-0   tools_3.1.3    
[9] xtable_1.7-4   

Please see http://shiny.rstudio.com/articles/unicode.html for more info.

from dt.

mtseman avatar mtseman commented on May 23, 2024

Fixed. Thank you!

I've made multiple files before - converting excel docs and then saving as
csv, always worked fine. For some reason this file must have had a
character somewhere with an issue.

I used Notepad (at the bottom select encoding as UTF-8) and everything works

On Thu, Apr 2, 2015 at 5:40 PM, Yihui Xie [email protected] wrote:

I guess it is a problem related to the system locale and character
encoding. Does your app read external files that contain multi-byte
characters? If it does, you should make sure the characters are read into
the app as UTF-8. The ShinyApps.io uses Ubuntu, and I guess your local
computer is Windows? This is what sessionInfo() on ShinyApps.io normally
looks like:

R version 3.1.3 (2015-03-09)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu precise (12.04.4 LTS)

locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] shiny_0.11.1

loaded via a namespace (and not attached):
[1] digest_0.6.8 htmltools_0.2.8 httpuv_1.3.2 mime_0.3
[5] R6_2.0.1 Rcpp_0.11.5 RJSONIO_1.3-0 tools_3.1.3
[9] xtable_1.7-4

Please see http://shiny.rstudio.com/articles/unicode.html for more info.


Reply to this email directly or view it on GitHub
#42 (comment).

from dt.

yihui avatar yihui commented on May 23, 2024

Glad to know that. Thanks!

from dt.

ries9112 avatar ries9112 commented on May 23, 2024

I was having the same issue and adding this line fixed it for me: Sys.setlocale('LC_ALL','C')

from dt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.