Results 1 to 2 of 2
Hi,
I'm using Putty to remote in. What's really annoying is that it is showing "\n" in the response text instead of rendering this as a new line.
How could ...
- 01-19-2009 #1
putty is not converting "\n" to a new line??? how can I fix this???
Hi,
I'm using Putty to remote in. What's really annoying is that it is showing "\n" in the response text instead of rendering this as a new line.
How could I fix this?
Is this a Putty configuration issue (can't quite see the setting), or something on my server end?
thanks in advance
- 01-20-2009 #2
PS I've looked at Putty configuration settings and it's not obvious to me what I need to change. Anyone know which settings to use?
I see there is a "character set transaction" drop down, and it has heaps of entries to choose from. I've tried a few (e.g. UTF-
but still no luck. Same of what I'm seeing:
..............................
?> Category.find(:all).to_yaml
=> "--- \n- !ruby/object:Category \n attributes: \n updated_at: 2009-01-19 05:47:55\n tax_item_id: \n category_type_id: \"2\"\n title: Investment\n id: \"1\"\n category_id: \n category_group_id: \"5\"\n created_at: 2009-01-19 05:47:55\n active: \"0\"\n attributes_cache: {}\n\n- !ruby/object:Category \n attributes: \n updated_at: 2009-01-19 05:47:55\n tax_item_id: \n category_type_id: \"2\"\n title: Entertainment\n id: \"2\"\n category_id: \n category_group_id: \"3\"\n created_at: 2009-01-19 05:47:55\n active <CUT>
..............................


Reply With Quote