You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a problem with gWidgets2, or further down in RGtk2 ... however, some characters are stored incorrectly in the svalue of objects:
w <- gwindow()
g <- ggroup(container = w)
t <- gedit("text here", container = g)
x <- "K2Data–A–iNZight.csv"
x
# [1] "K2Data–A–iNZight.csv"
svalue(t) <- x
svalue(t)
# [1] "K2Data–A–iNZight.csv"
Only happens on Windows - Mac and Linux seem unaffected.
The text was updated successfully, but these errors were encountered:
Not sure if this is a problem with gWidgets2, or further down in RGtk2 ... however, some characters are stored incorrectly in the
svalue
of objects:Only happens on Windows - Mac and Linux seem unaffected.
The text was updated successfully, but these errors were encountered: