Hi all I would like to know anyone else thought about the fork ruby and removing from it all encodings other than UTF? It is not very wise to tread on the same rake as the python __ Best Regards, Dieinzige -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
I do not understand this message. On 4 March 2010 09:18, Ivan Nastyukhin <dieinzige@me.com> wrote:> Hi all > I would like to know anyone else thought about the fork ruby and removing > from it all encodings other than UTF? > It is not very wise to tread on the same rake as the python > __ > Best Regards, Dieinzige > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com<rubyonrails-core%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. >-- Ryan Bigg / Radar -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
I"l try to say,that''s now at ruby 1.9we have a real problem with force string encodings to ascii. Does anyone try to fork ruby repo,and remove all encodings but UTF.it''s remove all encoding problems and add performance for string operations (x2 memory usage and performance with conctenation,because now it''s look like : str = str.dup.force_encoding(ASCII-xxx) *sorry for my bad English Sent from my iPhone On 04.03.2010, at 2:10, Ryan Bigg <radarlistener@gmail.com> wrote:> I do not understand this message. > > On 4 March 2010 09:18, Ivan Nastyukhin <dieinzige@me.com> wrote: > Hi all > I would like to know anyone else thought about the fork ruby and > removing from it all encodings other than UTF? > It is not very wise to tread on the same rake as the python > __ > Best Regards, Dieinzige > > -- > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails- > core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com > . > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en > . > > > > -- > Ryan Bigg / Radar > -- > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails- > core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com > . > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en > .-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
I still don''t understand how this relates to Ruby on Rails Core, sorry. On 4 March 2010 10:22, Ivan Nastyukhin <dieinzige@me.com> wrote:> I"l try to say,that''s now at ruby 1.9we have a real problem with force > string encodings to ascii. Does anyone try to fork ruby repo,and remove all > encodings but UTF.it''s remove all encoding problems and add performance > for string operations (x2 memory usage and performance with > conctenation,because now it''s look like : str > str.dup.force_encoding(ASCII-xxx) > *sorry for my bad English > > Sent from my iPhone > > On 04.03.2010, at 2:10, Ryan Bigg <radarlistener@gmail.com> wrote: > > I do not understand this message. > > On 4 March 2010 09:18, Ivan Nastyukhin < <dieinzige@me.com> > dieinzige@me.com> wrote: > >> Hi all >> I would like to know anyone else thought about the fork ruby and removing >> from it all encodings other than UTF? >> It is not very wise to tread on the same rake as the python >> __ >> Best Regards, Dieinzige >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Core" group. >> To post to this group, send email to <rubyonrails-core@googlegroups.com> >> rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to >> <rubyonrails-core%2Bunsubscribe@googlegroups.com> >> rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at >> <http://groups.google.com/group/rubyonrails-core?hl=en> >> http://groups.google.com/group/rubyonrails-core?hl=en. >> > > > > -- > Ryan Bigg / Radar > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com<rubyonrails-core%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. >-- Ryan Bigg / Radar -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.