characters

  1. D

    Question Help with message encryption task, using an array

    Hi, So I've been trying to get through this task for awhile now, for my college work, and there's something that I'm not getting. Here is the task: Now here is my attempt, please forgive how ugly it looks, but it is the result of a lot of changing and testing: Module Module1 Sub Main()...
  2. S

    Question XML Parsing Error - Escaping Characters

    Hi all, How can I replace illegal characters inside XML tags with legal ones eg. & with & etc. My code is like this: Imports System.Security Imports System.Xml Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
  3. T

    Question Decoding special characters with Request.QueryString.Item

    Hey folks I'm having a problem and I'd like your help. I'm trying to decode special characters in parameter values passed into a web page. Here's my script: <%Response.charset="UTF-8"%> <%@ Page Explicit="true" %> <script language="VB" runat="Server"> </script> <?xml version="1.0"...
  4. Robert_Zenz

    Reading all characters from a font

    Hello. I'm trying to recreate the Windows Character Map. Creating the list of installed fonts is rather easy, but I can't figure out how to read the characters from the font. My first guess was to just display all charactercodes (Char.ConvertFromUTF32), but there are a lot of 'empty'...
Back
Top