diff Agendas/trunk/src/Agendas.Web/Controllers/AccountController.cs @ 274:72a96459f910

Ticket #123: Patrocinadores de las vans.
author juanjose.montesdeocaarbos
date Wed, 30 Nov 2011 08:56:01 -0300
parents b921a0ab8504
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/AccountController.cs	Tue Nov 29 07:56:23 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Controllers/AccountController.cs	Wed Nov 30 08:56:01 2011 -0300
@@ -44,19 +44,6 @@
 			{
 				var username = OAuthTwitter.GetResponseContent(response, "screen_name");
 				var nombre = OAuthTwitter.GetResponseContent(response, "name");
-				//TOD: Esto es temporal.
-				nombre = nombre.Replace("\\u00e1", "á");
-				nombre = nombre.Replace("\\u00e9", "é");
-				nombre = nombre.Replace("\\u00ed", "í");
-				nombre = nombre.Replace("\\u00f3", "ó");
-				nombre = nombre.Replace("\\u00fa", "ú");
-				nombre = nombre.Replace("\\u00c1", "Á");
-				nombre = nombre.Replace("\\u00c9", "É");
-				nombre = nombre.Replace("\\u00cd", "Í");
-				nombre = nombre.Replace("\\u00d3", "Ó");
-				nombre = nombre.Replace("\\u00da", "Ú");
-				nombre = nombre.Replace("\\u00f1", "ñ");
-				nombre = nombre.Replace("\\u00d1", "Ñ");
 
 				var personaService = AgendaFactory.GetPersonaService();
 				personaService.CreateIfNotExist(IdentityProviderEnum.Twitter, username, nombre);