Subversion Repositories Kolibri OS

Rev

Rev 3067 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3067 Rev 3076
Line 76... Line 76...
76
			strcat(#line, unicode_tags[j+1]);
76
			strcat(#line, unicode_tags[j+1]);
77
			return NULL;
77
			return NULL;
78
		}
78
		}
79
	}
79
	}
Line 80... Line 80...
80
	
80
	
81
	rez = atoi(#tag + 1) - 1040;
81
	j = atoi(#tag + 1) - 1040;
82
	if (tag[1] == '1') && (rez>=0) && (rez<=72) && (strlen(#tag) == 5)
82
	if (tag[1] == '1') && (j>=0) && (j<=72) && (strlen(#tag) == 5)
83
	{
83
	{
84
		return unicode_chars[rez];
84
		return unicode_chars[j];
Line 85... Line 85...
85
	}
85
	}
86
	
86
	
87
	strcat(#line,#tag); //âûâîäèì íà ýêðàí íåîáðàáîòàííûé òåã, òàê áðàóçåðû çà÷åì-òî äåëàþò
87
	strcat(#line,#tag); //âûâîäèì íà ýêðàí íåîáðàáîòàííûé òåã, òàê áðàóçåðû çà÷åì-òî äåëàþò