Hallo,
ich habe probleme Texte mit Umlaute zu benutzen. Die Applikation läuft
nicht, z.B. wenn ich in der controller sowas einfaches sogar tue:
def show
@title = “über uns”
end
jede Hilffe ist willkommen. Danke.
Dani
Hallo,
ich habe probleme Texte mit Umlaute zu benutzen. Die Applikation läuft
nicht, z.B. wenn ich in der controller sowas einfaches sogar tue:
def show
@title = “über uns”
end
jede Hilffe ist willkommen. Danke.
Dani
Legen Sie die Zeile
am TOP der Quelldatei als:
def show
@title = “über uns”
end
Der normale Standard (Ruby 1.9.2) ist US-ASCII, die nicht wie Umlaute.
Viel Glück
Mit # encoding: utf-8 ganz oben klappt es bei mir. Beim Herumprobieren
in Windows 7 habe ich gemerkt, dass die Kommandozeile anscheinend utf-8
nicht korrekt darstellt.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs