This problem is not even in minecraft's code, this is a problem in lwjgl.
The best would be if you'd send a bugreport to their bugtracker.
I can confirm this problem using Minecraft 1.7.4 / Launcher version 1.3.7 but not with the french/belgian keyboard, instead I've got this problem on a german keyboard with the keys:
ö, ä, ü, #, +, ß, ', ^ and <.
I tested this manually, for these keys LWJGL doesn't output any KeyCode, and I even investigated LWJGL's java source:
The problem is neither in Minecraft nor in the Java-part of LWJGL, instead it has to be anywhere between the Kernel and LWJGL's C parts.
I've created a fix for everyone using forge in 1.6.4, the same changes could be applied to vanilla minecraft.
src.minecraft.client.settings.GameSettings.java
src.cpw.mods.fml.client.registry.KeyBindingRegistry.java
src.net.minecraftforge.client.GuiControlsScrollPanel.java
net.minecraft.client.Minecraft.java
This should be enough to fix the problem for forge users.
Mojang, please implement this!